DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class / C1EntityFrameworkCoreCursorDataCollection<T> Constructor / C1EntityFrameworkCoreCursorDataCollection<T> Constructor(DbContext)
The database session used as source for the collection.

In This Topic
    C1EntityFrameworkCoreCursorDataCollection<T> Constructor(DbContext)
    In This Topic
    Initializes a new instance of the C1EntityFrameworkCoreCursorDataCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal context As DbContext _
    )
    public C1EntityFrameworkCoreCursorDataCollection<T>( 
       DbContext context
    )

    Parameters

    context
    The database session used as source for the collection.
    See Also